Hệ thống quản lý phòng khám trực tuyến bằng PHP

1 <!-- Edit this file to change the layout of each record in the table view -->
2 <!-- To disable clicking of a field,
remove the and formatters around it-->
3
4 <!-- If you wish to hide the table view header that contains the column titles, -->
5 <!--
add the following to the disease_symptoms_init() hook (in hooks/disease_symptoms.php file) -->
6 <!-- $options->ShowTableHeader =
0; -->
7
8         <td id=
"disease_symptoms-disease-<%%VALUE(id)%%>" class="disease_symptoms-disease"><%%VALUE(disease)%%></td>
9         <td id=
"disease_symptoms-symptoms-<%%VALUE(id)%%>" class="disease_symptoms-symptoms"><%%VALUE(symptoms)%%></td>
10         <td id=
"disease_symptoms-reference-<%%VALUE(id)%%>" class="disease_symptoms-reference text-right"><a href="link.php?t=disease_symptoms&f=reference&i=<%%VALUE(id)%%>" target="_blank"><%%VALUE(reference)%%></a></td>
11         <script>$j(function(){
12             
var e_reference = '<%%VALUE(reference)%%>'; if(e_reference == '' || e_reference == '&nbsp;') $j(/*<*/ '#disease_symptoms-reference-<%%VALUE(id)%%>' /*>*/).html('');
13         });</script>


Gõ tìm kiếm nhanh...